All Questions
1 question
0votes
1answer
75views
How do I extract a portion of an SQL statement for the purposes of searching and replacing?
I'm using bash shell attempting to do a search and replace. I have a file of lines that look like ... INSERT INTO currency (name, code, symbol) VALUES ('Baht', 'THB', '฿'); ... and I want to convert ...